Click or drag to resize

MessagePriority Property

Contains the relative priority of a message.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Priority Priority { get; set; }

Property Value

Type: Priority
The priority.
Remarks
This property and the Importance property should not be confused. Importance indicates a value to users, while priority indicates the order or speed at which the message should be sent by the messaging system software. Higher priority usually indicates a higher cost. Higher importance usually is associated with a different display by the user interface.
See Also